home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia2.dir
/
00886_Script_Griz Flee
< prev
next >
Wrap
Text File
|
1995-05-21
|
814b
|
43 lines
on mouseDown
global OuchOrNot
put the movietime of sprite 48 into OuchOrNot
if OuchOrNot >= 1520 then
puppetsound 0
exit
end if
put "Flee" into f
put "FleeHL" into fHL
hiliter 8, f, fHL
puppetsound "flee.aif"
updatestage
end
on mouseUp
global gTheDay, themovieName, ouchOrNot, snap1, snap2, GrizBust
if OuchOrNot >= 1520 then
set GrizBust = "x"
puppetsound 0
exit
end if
set the castNum of sprite 8 = cast "Flee"
set the movierate of sprite 48 = 0
puppetsprite 48, false
set the sound of cast themovieName to 0
updatestage
if snap1 <> 0 then
updateStage
puppetsound 0
go frame "Darkroom"
exit
else
updateStage
puppetsound 0
go frame gtheday & "NoShots"
exit
end if
end